Submitting to a Scheduler¶
Utilising a HPC¶
Until now we have been running things “directly”, without using a scheduling system.
At best, this will run your calculations on the frontend/login nodes of the machine, without any large scale parallelisation.
Quick Links¶
In this section of the docs, we will cover how best to set up a Dataset to be able to launch jobs on the nodes of a machine.
The next tutorial covers the basics of jobscripts, and setting them “manually”
For information on templating, skip to the Template tutorial
For information on building a computer from a class, see the BaseComputer tutorial
If you already have a computer, and it was broken by an update, check here
Advanced URL usage can be found here